Vcenter Ovf ParseIssue
The Vcenter Ovf ParseIssue schema contains the information about the issue found when parsing an OVF package during deployment or exporting an OVF package including:
- Parsing and validation error on OVF descriptor (which is an XML document), manifest and certificate files.
- OVF descriptor generating and device error.
- Unexpected server error.
{
"category": "string",
"file": "string",
"line_number": 0,
"column_number": 0,
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
The category of the parse issue.
For more information see: Vcenter Ovf ParseIssue Category.
The name of the file in which the parse issue was found.
The line number of the line in the file (see Vcenter Ovf ParseIssue.file) where the parse issue was found (or -1 if not applicable).
The position in the line (see Vcenter Ovf ParseIssue.line_number) (or -1 if not applicable).
A localizable message describing the parse issue.